Dsl

class Dsl

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:JvmName(name = "getGpioPin")
@set:JvmName(name = "setGpioPin")
var gpioPin: Int

uint32 gpio_pin = 1;

Link copied to clipboard
@get:JvmName(name = "getName")
@set:JvmName(name = "setName")
var name: String

string name = 2;

Link copied to clipboard
@get:JvmName(name = "getType")
@set:JvmName(name = "setType")
var type: ModuleConfigProtos.RemoteHardwarePinType

.meshtastic.RemoteHardwarePinType type = 3;

Link copied to clipboard
@get:JvmName(name = "getTypeValue")
@set:JvmName(name = "setTypeValue")
var typeValue: Int

Functions

Link copied to clipboard

uint32 gpio_pin = 1;

Link copied to clipboard
fun clearName()

string name = 2;

Link copied to clipboard
fun clearType()

.meshtastic.RemoteHardwarePinType type = 3;